home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 1 / MacMania 1.toast / Educational / Sciences / Acid⁄Base Ident. Lab / card_3022.txt < prev    next >
Text File  |  1990-06-19  |  580b  |  36 lines

  1. -- card: 3022 from stack: in. Lab
  2. -- bmap block id: 3649
  3. -- flags: 0000
  4. -- background id: 2568
  5. -- name: instructions
  6. ----- HyperTalk script -----
  7.  
  8. on opencard
  9.   dimmer1
  10. end opencard
  11.  
  12.  
  13. on mouseup
  14.   pop card
  15. end mouseup
  16.  
  17.  
  18.  
  19. -- part 1 (button)
  20. -- low flags: 00
  21. -- high flags: 0001
  22. -- rect: left=10 top=310 right=342 bottom=186
  23. -- title width / last selected line: 0
  24. -- icon id / first selected line: 0 / 0
  25. -- text alignment: 1
  26. -- font id: 0
  27. -- text size: 12
  28. -- style flags: 0
  29. -- line height: 16
  30. -- part name: New Button
  31. ----- HyperTalk script -----
  32. on mouseUp
  33.   pop card
  34. end mouseUp
  35.  
  36.